runtime.gcControllerState.memoryLimitHeapGoal (method)

2 uses

	runtime (current package)
		mgcpacer.go#L908: 	if newGoal := c.memoryLimitHeapGoal(); newGoal < goal {
		mgcpacer.go#L949: func (c *gcControllerState) memoryLimitHeapGoal() uint64 {